COM DLL AVAILABLE
This command determines whether a class in a COM DLL is available and can be loaded with LOAD COM DLL

ARGUMENTS:
* DLL Name = The DLL name with the class
* Class Name = The class name to check

RETURNS:
1 if the class in the DLL is available, otherwise 0.



SYNTAX
Return Integer=COM DLL AVAILABLE(DLL Name,Class Name)


RELATED INFO
View COM, ActiveX, .NET Index
View STYX Index
View STYX Main File